DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / SourceChangeEventArgs<T> Class / Item Property

In This Topic
    Item Property (SourceChangeEventArgs<T>)
    In This Topic
    Gets the object that is being changed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Item As T
    public T Item {get;}
    See Also